//==============================================================================
// Farm Plot_anim.txt
//==============================================================================

define sfxatimeshiftmediumin
{
	set hotspot
	{
		version
		{
			Visualparticle sfx a timeshift medium
		}
	}
}

//down sparkles
define sfxatimeshiftspellin
{
	set hotspot
	{
		version
		{
			Visualparticle sfx a timeshift spell out
		}
	}
}

define sfxatimeshiftswirl
{
	set hotspot
	{
		version
		{
			//Visualparticle sfx a timeshift swirl
			visualnone jimmy
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
      DamageLogic -2 -1 50
		set hotspot
		{
			version
			{
				VisualNone World A Farm Cabbage04
				connect attachpoint sfxatimeshiftmediumin hotspot
				connect attachpoint sfxatimeshiftspellin hotspot
				connect attachpoint sfxatimeshiftswirl hotspot
			}
		}
      set hotspot
      {
         version
         {
				VisualNone World A Farm Cabbage03
				connect attachpoint sfxatimeshiftmediumin hotspot
				connect attachpoint sfxatimeshiftspellin hotspot
				connect attachpoint sfxatimeshiftswirl hotspot
         }
      }
      set hotspot
      {
         version
         {
				VisualNone World A Farm Cabbage02
				connect attachpoint sfxatimeshiftmediumin hotspot
				connect attachpoint sfxatimeshiftspellin hotspot
				connect attachpoint sfxatimeshiftswirl hotspot
         }
      }
      
   }	
}

